Einhugur macOS Bridge plugin.

NSUserDefaults.RemoveObjectForKey Method

Removes the value of the specified default key.

RemoveObjectForKey(
   key as String)

Parameters

key
The key to be removed.

Remarks

Removing a default has no effect on the value returned by the objectForKey: method if the same key exists in a domain that precedes the standard application domain in the search list.

See Also

NSUserDefaults Class